ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / GetItemType Method

In This Topic
    GetItemType Method (C1WrapCollectionView<S,T>)
    In This Topic
    Get the type of the items in the collection.
    Syntax
    'Declaration
     
    Public Overrides Function GetItemType() As System.Type
    public override System.Type GetItemType()
    See Also